Open
Conversation
Introduces ai.tpl.yaml for AI bridge network configuration and adds 'beeper-ai' to the list of websocket bridges in bridgeutil.go.
This commit introduces support for the 'ai' bridge across build, configuration, and utility files. It updates bridge lists, repository URLs, and configuration templates to properly recognize and handle the AI bridge.
Moved 'ai' bridge type to its own case in runBridge, with specific logic for binary selection and compilation. Removed 'ai' from shared bridge lists in both build.go and run.go to improve maintainability and clarity.
📝 WalkthroughSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughIntroduces support for a new "ai" bridge type to the bbctl command-line tool, consisting of a YAML template configuration, registration in the bridges registry, and build/runtime logic with custom repository mapping and binary resolution. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.